projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b9f932
)
* lisp/emacs-lisp/elint.el (elint-directory-skip-re): Fix doc typo.
author
Mattias Engdegård
<mattiase@acm.org>
Wed, 11 Sep 2019 09:18:38 +0000
(11:18 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Wed, 11 Sep 2019 09:18:38 +0000
(11:18 +0200)
lisp/emacs-lisp/elint.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/elint.el
b/lisp/emacs-lisp/elint.el
index b7ef6eeb2ae8acfcb804cd51e38a6f9a0608430e..187d619f1bcc7a3fe2d76f19629c1c0f5577e644 100644
(file)
--- a/
lisp/emacs-lisp/elint.el
+++ b/
lisp/emacs-lisp/elint.el
@@
-106,7
+106,7
@@
are as follows, and suppress messages about the indicated features:
:group 'elint)
(defcustom elint-directory-skip-re "\\(ldefs-boot\\|loaddefs\\)\\.el\\'"
- "If nil, a regexp matching files to skip when linting a directory."
+ "If n
on-n
il, a regexp matching files to skip when linting a directory."
:type '(choice (const :tag "Lint all files" nil)
(regexp :tag "Regexp to skip"))
:safe 'string-or-null-p